From 7ada5609a62529deb87e2031b46f6589c6786184 Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Tue, 5 Dec 2017 00:48:01 -0600 Subject: [PATCH] Simplify time in gopal. --- gopal.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gopal.cc b/gopal.cc index 417f6d8c0..77614aa80 100644 --- a/gopal.cc +++ b/gopal.cc @@ -54,11 +54,11 @@ #include "grtcirc.h" #include "jeeps/gpsmath.h" #include "strptime.h" -#include -#include #include #include #include +#include +#include #define MYNAME "gopal" @@ -66,7 +66,6 @@ static gbfile* fin, *fout; static struct tm tm,filenamedate, trackdate; time_t tx; -char tmp[64]; static char* optdate=NULL; static char* optmaxspeed=NULL; static char* optminspeed=NULL; -- 2.30.2